inspector: redo property editing
authorMatthias Clasen <mclasen@redhat.com>
Sun, 18 May 2014 05:03:24 +0000 (01:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 18 May 2014 15:43:13 +0000 (11:43 -0400)
commit34a87ee2f3715d9bc89ad6988c2123a50028e886
tree4246291bb590a259571dbe01f889fe1ab87fb473
parent386f1d14f0de015cdb071f0bf7332c8c5dbf3154
inspector: redo property editing

Move away from cell editing, and use a popover instead. This makes
it easier to e.g. use a color chooser - there's just not enough room
in a cell for many things.

Much of this code is adapted from tests/prop-editor.c.
gtk/inspector/Makefile.am
gtk/inspector/init.c
gtk/inspector/prop-editor.c [new file with mode: 0644]
gtk/inspector/prop-editor.h [new file with mode: 0644]
gtk/inspector/prop-list.c
gtk/inspector/prop-list.ui
gtk/inspector/property-cell-renderer.c [deleted file]
gtk/inspector/property-cell-renderer.h [deleted file]
gtk/inspector/window.c